DataLabelNumber Enumeration
Specifies whether the value and/or the percentage of a data point should be displayed within a data label.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum DataLabelNumber
Public Enumeration DataLabelNumber
| Percentage | 0 |
Only the percentage value should be displayed.
|
| Value | 1 |
Only the value should be displayed within the data label.
|
| ValueAndPercentage | 2 |
Both the value and the percentage should be displayed.
|
| None | 3 |
None.
|